CalendarView for WinForms
Vector<T> コンストラクタ(Int32)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Vector<T> クラス > Vector<T> コンストラクタ : Vector<T> コンストラクタ(Int32)
A int indicates the dimension of the vector.
Initializes a new instance of the Vector<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal dimension As System.Integer _
)
public Vector<T>( 
   System.int dimension
)

パラメータ

dimension
A int indicates the dimension of the vector.
解説
The dimension of the vector must be bigger than or equal zero.
参照

Vector<T> クラス
Vector<T> メンバ
オーバーロード一覧